home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / hardware / epson_600 / epson_stylus_600.doc < prev    next >
Text File  |  1999-04-19  |  5KB  |  152 lines

  1. Program: Epson Stylus Colour 600/800 driver
  2. Author:  Peter Hutchison
  3. Date:    4/4/99
  4. Version: 1.10
  5. Requirements: Any Amiga, WB 1.3 or better
  6.  
  7. Introduction
  8. ------------
  9. This is my fifth driver to be released . This is a colour printer driver for
  10. the 600 series of the Epson Stylus Colour printers. It should also work with
  11. the Stylus 800 which also supports 1440 dpi.
  12.  
  13. Features
  14. --------
  15.  
  16. Colour: CMYK (Colour AND Black)
  17.  
  18. Resolution: 180 to 1440 dpi (using Microdot & Microweave).
  19.             Supports Microweave in Letter Quality mode.
  20.  
  21. Aspect:  Portrait and Landscape
  22.  
  23. Output:  B&W and Colour Text,
  24.          B&W, greyscale and colour graphics
  25.  
  26. Optimised for Speed.
  27.  
  28. NEW! Seperate versions for '000 and '020.
  29.  
  30. Compiled with SAS C 6.58
  31.  
  32. Densities
  33. ---------
  34.  
  35. 0  180 x 180
  36. 1  180 x 180
  37. 2  360 x 360
  38. 3  360 x 360
  39. 4  720 x 720
  40. 5  720 x 720
  41. 6 1440 x 720
  42. 7 1440 x 720
  43.  
  44. Paper: 10in for most sizes, 14in for US LEGAL
  45. Recommend densities 0-3 for Word Processing output.
  46.  
  47. Supported Printers
  48. ------------------
  49. Epson Stylus 600, 640, 740, 800, 900.
  50. Photo printers require 24 bit drivers such as TurboPrint or Studio.
  51.  
  52. NB: Please note that new printers use ESC/P2 Raster and Remote
  53. with new commands eg.ESC(r, ESC(k, ESC(\, ESC(S, ESC(R
  54. which are not supported yet as they are not documented.
  55.  
  56. Installation
  57. ------------
  58.  
  59. Run Install_Driver and follow instructions, select printer that matches
  60. your Amiga (68000 or 68020) and Printer model. If installing a new
  61. driver run the Preferences to select the correct driver and set it up
  62. (see below).
  63.  
  64. Preferences
  65. -----------
  66.  
  67. 1. Printer
  68.  
  69.    Printer Type - select appropiate printer from list
  70.    Printer Port - usually Parallel
  71.    Printer Pitch - Pica, Elite of Fine (choose one that suits you) 
  72.    Print Spacing - 6 or 8 lpi (I use 6)
  73.    Print Quality - Use Letter for max quality
  74.    Paper Type    - Use Single for paper such as A4
  75.    Paper Format  - Use DIN A4 for standard single sheet A4 (don't use Wide)
  76.    Paper Length  - Around 66 lines for A4 paper
  77.    Margins       - Use 2 and 80 characters
  78.  
  79. 2. PrinterGfx
  80.  
  81.    Dithering     - Floyd Steinburg for best quality
  82.    Scaling       - Integer for line gfx or text. 
  83.                    Use Fraction for shaded pics.
  84.    Image         - Positive (Neg is rarely used)
  85.    Aspect        - Horizontal 
  86.    Shade         - Color (NB: Use BW if using Multiview with Text)
  87.    Threshold     - Around 8 (use a smaller figure if too dark)
  88.    Density       - Use whatever you fancy (use a small figure for speed
  89.                    and less ink)
  90.    Color Correction - Don't set, use all 4096 (12 bit) colours
  91.    Limits        - Set to ignore
  92.    Smoothing     - Used to smooth out lines esp. in graphic dumps of text
  93.    Centre Picture - Tick this if you want centralised pics
  94.  
  95.  
  96. Further information is in your Workbench Users Guide (Ch 9) or see my web page
  97. for info on preferences.
  98.  
  99. If you are experiencing problems with this driver send me email (see below).
  100. You can download updates from Aminet, my web page or Amiga Format CDs.
  101.  
  102. History
  103. -------
  104. 1.0 First release.
  105.     Tested okay on PPaint, WordWorth 6 (Normal mode) and Blacks Editor.
  106. 1.1 Added Close, ConvFunc functions for form feeds and fixed a compilation
  107.     warning (probably cause of Gurus on some machines).
  108.     NB: Crashes when using a graphics based Word Processor.
  109. 1.2 Fixed crashes in Word Processing output using b/w graphics - using
  110.     wrong pointer! Added form length command in DoSpecial. Seems much better!
  111. 1.3 Added Page Length command (missing in 1.2), output speeded up esp. WP output.
  112.     Other minor stuff.
  113. 1.4 Set Microweave on for 1440dpi as default. Added '020 version.
  114. 1.5 Removed ESC P from ESC@ string in Render.c
  115. 1.6 Reduced init string in Dospecial.c, used ESC! instead. Added missing comma in data.c
  116.     Removed CR from init string in Render.c
  117. 1.7 Render.c - Changed init string. Added ESC! command, changed margins to use 0
  118.     and 255 (instead of 1 and 80).
  119.     Added Page length command and added LF to end of each graphics line in Render.c
  120.     Added default colour to black in DoSpecial.c
  121. 1.8 Data.c. Incorrect apostrophe character changed.
  122.     Render.c - added missing Page length command to init string (oops).
  123.       Removed unnecessary commands from StartBuf init string.
  124.       and removed LF command. Reset margins back to 1 and 80.
  125.       Combined StartBuf and GfxBuf together - eradicated mysterious chars in Final
  126.       Writer which appear between init strings. Yes!
  127. 1.9 Updated Install_Driver Script
  128.     Removed left/right margin commands in graphics routine
  129. 1.10 Removed Wide_Tractor code in density routine. Documentation updated (prefs)
  130.      Added page length commands.
  131.  
  132. Future: Run Length Encoding for print data to speed up printing.
  133.  
  134. Giftware
  135. --------
  136. This driver is Giftware, you are not obliged to send anything but if you
  137. want to contribute to further driver development for this printer and others
  138. then send me either money (5UKP) or old software (Send me a list first and they
  139. must be originals):
  140.  
  141. Email: pjhutch@blizzard.u-net.com
  142. Web:   http://www.blizzard.u-net.com
  143.  
  144. or
  145. Peter Hutchison
  146. 75 Lower Skircoat Green
  147. Copley Lane
  148. Halifax
  149. W Yorks
  150. England
  151. HX3 0TG
  152.